const github.com/refraction-networking/utls.extensionSupportedPoints
9 uses
github.com/refraction-networking/utls (current package)
common.go#L113: extensionSupportedPoints uint16 = 11
handshake_messages.go#L130: exts.AddUint16(extensionSupportedPoints)
handshake_messages.go#L556: case extensionSupportedPoints:
handshake_messages.go#L862: exts.AddUint16(extensionSupportedPoints)
handshake_messages.go#L1012: case extensionSupportedPoints:
u_common.go#L343: case extensionSupportedPoints:
u_tls_extensions.go#L28: case extensionSupportedPoints:
u_tls_extensions.go#L352: b[0] = byte(extensionSupportedPoints >> 8)
u_tls_extensions.go#L353: b[1] = byte(extensionSupportedPoints)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |